Home > biomechZoo > Toolbox > PiG Ops > makebones_data.m

makebones_data

PURPOSE ^

DATA = MAKEBONES_DATA(data,type,foot_flat,test) creates segment 'bones' for use in kinematic /

SYNOPSIS ^

function data = makebones_data(data,type,foot_flat,test)

DESCRIPTION ^

 DATA = MAKEBONES_DATA(data,type,foot_flat,test) creates segment 'bones' for use in kinematic /
 kinetic modelling or for visualization in director. Bones are virtual markers representing
 segment axes.

 ARGUMENTS

  data        ... Zoo data
  type        ... Trial type (String) (static or dynamic)
  foot_flat   ... Foot flat (Boolean) to represent if foot flat should be assumed
                  Default 'false'
  test        ... Test against existing PiG 'bones' (Boolean). Default 'false'

 RETURNS
  data        ... Zoo data with new 'bones' appended

 NOTES
 - Following anthropometric/metainfo data must be available:
   'MarkerDiameter, R/LLegLength,R/LKneeWidth,R/LAnkleWidth
 - Foot length may be inexact during visualization in director. Joint angles are unaffected
 - Only lower-limb bones are currently created

 See also getbones, bmech_kinematics, bmech_kinetics

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005